home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10671 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  598 b 

  1. Path: raffles.technet.sg!usenet
  2. From: leonard@pacific.net.sg (Leonard Sim)
  3. Newsgroups: comp.lang.c
  4. Subject: Getting date in UNIX
  5. Date: Tue, 19 Mar 1996 09:35:24 GMT
  6. Organization: Pacific Internet, Singapore
  7. Message-ID: <4ilv2i$7hb@raffles.technet.sg>
  8. References: <4ik447$bn7@raffles.technet.sg> <314DB62F.446B@sdrc.com>
  9. NNTP-Posting-Host: 203.120.80.4
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Greg Dunaway <greg.dunaway@sdrc.com> wrote:
  13.  
  14. try:
  15.  
  16. date '+%m/%d/%Y'
  17.  
  18.  
  19. if all else fails, try reading the man pages!
  20.  
  21.  
  22. Thanks, but will I be able to store this into a string variable??
  23.  
  24.  
  25. rgds,
  26.  
  27. Leonard Sim
  28.  
  29.  
  30.